* {
    font-family: 'Noto Sans Arabic', sans-serif;
    scroll-behavior: smooth !important;

}
html {
    scroll-behavior: smooth !important;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
:root {
    --main: #112955;
    --secondary: #073ea3;

}


nav:first-child {
    background-color: var(--main);
    font-size: 15px;
    min-height: 110px;

}
nav #mainSearchForm{
    width : 200px;
}
#mainSearchForm input::placeholder {
    font-size: 15px;
    
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 0.8;
}

.navbar-light .navbar-brand {
    color: #fff;
}


nav form{
    display: flex;
}
nav ul li:last-child a:hover{

    opacity: 1;
}

/* news */
.programes {

    padding: 50px 0;

}
nav span {
    color: #fff;
}

.section-heading {
    color: var(--secondary);
    padding-bottom: 2%;
    border-bottom: solid 1px var(--secondary);
}
/*carousel*/
.carousel-item img{
    width:100%;
}
/* programes */

.news {

    padding: 50px 0;

}

.news .cards-wrapper {
    display: flex;
    justify-content: center;
}

.news .card img {
    max-width: 100%;
    max-height: 100%;
}

.news .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.news .carousel-inner {
    padding: 1em;
}

.news .carousel-control-prev,
.news .carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.news .card-body a {
    
    position: absolute;
    bottom: 2%;
    right: 0;
    left: 0;
    width: 120px;
    margin: 0 auto;
}


@media (min-width: 768px) {
    .card img {
        height: 11em;
    }
}

/* studies */

.studies{
    background-color: #eee;
    padding: 50px 0;
    border-bottom: #00000037 solid 0.1px;

}

/* footer */

footer{
    background-color: #000;
    margin-top: auto;

}
footer p{
    display:flex;
    flex-direction: row-reverse;
    gap:15px;
}
footer section{
     text-align: right;

}


/* about us */


.main-content {
	padding: 100px 0;
}

.shadow {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.profile-card {
	padding-bottom: 60px !important;
}
.profile-card .profile-card_image img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	object-fit: cover;
	border: 4px solid #fff;
}
.profile-card .profile-card_social {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.profile-card .profile-card_social img {
	width: 33px;
	margin: 5px 10px;
}

/*article */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: var(--main);
}
/*make cards responsive*/

@media (max-width: 1000px){
.card-deck {
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.programes .card img, .studies .card{
    margin-bottom:15px;
    
}
    .programes .card img, .studies .card img{
        height: auto;
    }
}

.carouselExampleIndicators img{
    width:100%;
}

/*slide show */


/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/
.slider h2{
    border: none;
}
.main {
    height: 90vh;
    width: 100%;
}
.slider .wrapper,
.slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider .slide {
    overflow: hidden;
}
.slider .slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.slider .slide .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider .slide .image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}
.slider .image-data span.text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.slider .image-data h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}
.slider a.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
}
.slider a.button:hover {
    color: #fff;
    background-color: var(--secondary);
}

/* swiper button css */
.nav-btn {
    height: 50px;
    width: 55px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}
.swiper-button-next {
    right: 50px;
}
.swiper-button-prev {
    left: 50px;
}
.nav-btn::before,
.nav-btn::after {
    color: #fff;
    font-size: 23px;

}
.swiper-pagination-bullet {
    opacity: 1;
    height: 12px;
    width: 12px;
    background-color: #fff;
    visibility: visible;
}
.swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background-color: var(--secondary);
}

.swiper-button-prev:after{
    font-size: 18px;
}
.swiper-button-next:after{
    font-size: 18px;
}


/*style table of content*/
#table-of-contents{
    color: black;
}
#table-of-contents a {
    text-decoration: none;
    color: black;
}
#table-of-contents a:hover{
    opacity: 0.8;
}

#table-of-contents ul{
    list-style: none;
}

#table-of-contents .panel-heading{
    padding-top: 11px;
}
#table-of-contents .panel-title{
    font-size: 24px;
    color:  #000;
}
#table-of-contents .panel-title:hover{
    cursor: pointer;
}
#table-of-contents .panel-default{
    background-color: #cccccd30;
    padding: 30px;
}


/*author box*/
.saboxplugin-wrap .saboxplugin-gravatar {
    float: right;
    padding: 0 20px 20px 20px;
}

/*Youtube playlist*/
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left:4%;
    padding-bottom: 20px;
}

.vid-list {
    width: 1344px;
    position: relative;
    top:0;
    left: 0;
}
.vid-item {
    display: block;
    width: 30%;
    float: left;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    margin-bottom:20px ;

}

.thumb {
    overflow:hidden;
}

.thumb img {
    width: 100%;
    position: relative;
    top: -13px;
}

.vid-item .desc {
    color: #21A1D2;
    font-size: 15px;
    margin-top:5px;
    height: 42px;
    overflow: hidden;
}
.arrows {
    position:relative;
    width: 100%;
}

.arrow-left {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    left: -25px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
}

.arrow-right {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    right: -25px;
    top: -130px;
    z-index:100;
    cursor: pointer;
}
@media (max-width: 624px) {
    .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
    }
    .arrow-left {
        left: 0;
        top: -20px;
    }

    .arrow-right {
        right: 0;
        top: -20px;
    }
}
/*end youtube */

/*start pagination*/
.pagination ul{
    display: flex;
    list-style: none;
    gap: 10px;
    flex-direction: row-reverse;
    padding: 20px 0;
    color: #000000;

}
.pagination ul a{
    color: var(--secondary);
    opacity: 0.9;

}
/*end pagination*/

